home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 75 / XENIATGM75.iso / Shareware / X-Setup 5.0 / _SETUP.1 / xteq.css < prev    next >
Cascading Style Sheet File  |  1998-08-18  |  2KB  |  99 lines

  1.  /* Xteq Systems General CSS */
  2.  /* Copyright (C) Xteq Systems */ 
  3.  
  4.  /* CSS Color Style: RED GREEN BLUE -- IPD Style: BLUE GREEN RED */
  5.  /* <link REL="stylesheet" HREF="../etc/xteq.css" TYPE="text/css"> */
  6.  
  7.  /* Version: 98.08.18 */
  8.  
  9.  
  10.  body {
  11.   background-color: #004C70;
  12.   background-image: url("http://www.xteq.com/etc/images/lborder.gif");
  13.   background-repeat: repeat-y;
  14.   /*background-image: url("http://hexagon/xteq/etc/images/lborder.gif");*/
  15.   font-family: tahoma, verdana;
  16.   font-color: white;
  17.   font-size: 10pt;
  18.   font-weight: normal;
  19.   color: white;
  20.  }
  21.  
  22.  p {
  23.   font-size: 10pt; 
  24.   color: white; /* NC4 needs this ! */
  25.   font-family: tahoma, verdana; /* NC4 */
  26.  }
  27.  
  28.  table {
  29.   font-size: 10pt;
  30.  }
  31.  
  32.  ul { /* Only NC4 needs this crap! */
  33.   font-size: 10pt; /* NC4 */
  34.   font-color: white; 
  35.   color: white;
  36.   font-family: tahoma, verdana; /* NC4 */
  37.  }
  38.  
  39.  li {
  40.   list-style-type: square;
  41.  }
  42.  
  43.  h3 {
  44.   font-size: 10pt;  
  45.   font-weight: bold;
  46.   font-color: #FFD700; 
  47.   color: #FFD700; 
  48.   font-family: tahoma, verdana; /* NC4 */
  49.  }
  50.  
  51.  pre {
  52.   font-size: 11pt;
  53.  }
  54.  
  55.  hr {
  56.   color: silver;
  57.  }
  58.  
  59.  a:link {
  60.   color: #F77B00; 
  61.   font-family: tahoma, verdana; /* NC4 */
  62.   font-size: 10pt; /* NC4 */
  63.   /* color: #FFFF00; */
  64.  }
  65.  
  66.  a:visited {
  67.   color: #F77B00;
  68.   font-family: tahoma, verdana; /* NC4 */
  69.   font-size: 10pt; /* NC4 */
  70.   /* color: #E1E113; */
  71.  }
  72.  
  73.  
  74.  /* Classes */
  75.  /* Navigation Shared Borders */
  76.  .navHeading {
  77.   font-weight: bold;
  78.   color: #00DF00; 
  79.   font-family: tahoma, verdana; /* NC4 */
  80.   font-size: 10pt; /* NC4 */
  81.  }
  82.  
  83.  .navLink {
  84.   color: white; /* NC4! */
  85.   font-family: tahoma, verdana; /* NC4 */
  86.   font-size: 10pt; /* NC4 */
  87.  }
  88.  
  89.  /* "Downloads" Table */
  90.  .tabDLPicture {
  91.   width: 100px;
  92.   padding-bottom: 10px;
  93.  }
  94.  
  95.  .tabDLText {
  96.   padding-bottom: 10px;
  97.  }
  98.  
  99.